object frmTableInfo: TfrmTableInfo Left = 199 Top = 100 Width = 435 Height = 300 Caption = 'Table Information' Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [] PixelsPerInch = 96 TextHeight = 15 object Panel1: TPanel Left = 0 Top = 0 Width = 423 Height = 70 Align = alTop BevelInner = bvLowered TabOrder = 0 object Label1: TLabel Left = 57 Top = 37 Width = 34 Height = 15 Caption = 'Table:' Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 18 Top = 8 Width = 73 Height = 15 Caption = 'Data Source:' Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object DataSource: TLabel Left = 113 Top = 8 Width = 65 Height = 15 Caption = 'DataSource' end object TableList: TComboBox Left = 111 Top = 33 Width = 255 Height = 22 Style = csDropDownList ItemHeight = 15 TabOrder = 0 OnChange = TableListChange end end object Panel2: TPanel Left = 0 Top = 70 Width = 423 Height = 199 Align = alClient BevelInner = bvLowered TabOrder = 1 object FieldList: TListBox Left = 111 Top = 2 Width = 310 Height = 195 Align = alClient ItemHeight = 15 TabOrder = 0 end object Panel3: TPanel Left = 2 Top = 2 Width = 109 Height = 195 Align = alLeft BevelOuter = bvNone TabOrder = 1 object Label3: TLabel Left = 53 Top = 4 Width = 36 Height = 15 Caption = 'Fields:' Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end end end end